home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 045a / eemail.zip / README.TSR < prev   
Text File  |  1991-08-16  |  4KB  |  95 lines

  1.                      ┌────────────────────────────┐
  2.                      │ Notes on EEMail's TSR Mode │
  3.                      └────────────────────────────┘
  4.  
  5. With EEMail's optional TSR mode, you can now run EEMail as a resident
  6. program.  This means you are able to load EEMail then run any other
  7. program, such as WordPerfect, and have the ability to "hot key" right
  8. into EEMail without having to first leave WordPerfect.  When you leave
  9. EEMail and return to WordPerfect, you are returned to the same point in
  10. where you left.
  11.  
  12. A key point to the new ability is that it is Optional.  If you already
  13. have a task switching program such as Software Carousel or Windows, you
  14. may not need this ability.  If you need to run EEMail in normal mode,
  15. simply run the program without specifying parameters on the command line.
  16.  
  17. If you choose to run EEMail using the Task Switching facilities built
  18. into the program, you'll need to follow a few guidelines:
  19.  
  20. 1.  Always run the program from the parent command prompt.  If you load
  21.     the program from a Child Environment process, the program may hang
  22.     when it tries to reallocate memory.  Some menuing systems run
  23.     programs by opening another copy of COMMAND.COM, thereby creating
  24.     a new child process for this program to run in.  If your menuing
  25.     system does this, you'll need to run EEMail from the command line
  26.     first, then load your menuing system.
  27.  
  28. 2.  The Swap Path parameter tells EEMail where to write temporary data
  29.     files in the event your memory fills up.  You must have sufficient
  30.     access rights to this swap directory.  In addition, increased network
  31.     traffic can occur if you write these files to a network volume.  You
  32.     should always specify a local drive with at least 1M free for your
  33.     swap path location.
  34.  
  35. 3.  If you plan to exit EEMail and remove the TSR from memory, EEMail has
  36.     to be the last TSR loaded.
  37.  
  38.  
  39.                         ┌───────────────────────────┐
  40.                         │ Recommended Configuration │
  41.                         └───────────────────────────┘
  42.  
  43. EEMail's TSR works best on at least the following configuration:
  44.  
  45. 386SX 16Mhz   (or better, of course) w/2M or more RAM.
  46.  
  47. HIMEM.SYS     or any other EXTENDED memory manager.  Extended memory is
  48.               the preferred memory type to use.
  49.  
  50. Hard Disk     If EEMail runs out of XMS or EMS memory for swap files,
  51.               a local hard disk is preferred to write the overflow data.
  52.               Use the [swap path] parameter discussed below to specify
  53.               the location of your swap files.
  54.  
  55.  
  56.                            ┌───────────────────┐
  57.                            │ New Novell Shells │
  58.                            └───────────────────┘
  59.  
  60. EEMail TSR has been found to work best using the latest Netware Shells.
  61. These new shells support all DOS versions above 3.0.  the package comes
  62. with NETX.COM, EMSNETX.EXE, and XMSNETX.EXE.  No matter what version of
  63. DOS your users are running, they can use any of these shells.  Not only
  64. is it convenient for you to run these shells, but it is also slightly
  65. faster, and EEMail seems to like these the best!
  66.  
  67. You can find these shells on Netwire (CIS) and on our Tech Support BBS.
  68.  
  69.  
  70.                              ┌─────────────────┐
  71.                              │ Getting Started │
  72.                              └─────────────────┘
  73.  
  74. If you want to run EEMail in resident mode, create a batch file similar to
  75. the following:
  76.  
  77. @echo off
  78. cls
  79. map m:=sys1:eemail
  80. m:
  81. mail /t c:\swappath
  82. f:
  83. menu
  84.                              ┌────────────────────┐
  85.                              │ Startup Parameters │
  86.                              └────────────────────┘
  87.  
  88. /t                      This parameter tells EEMail to run in resident
  89.                         mode.
  90.  
  91. c:\swappath             This parameter tells EEMail where to write any
  92.                         temporary swap files.  Replace "swappath" with
  93.                         any valid drive/path.  Local drive is highly
  94.                         recommended!
  95.